home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / security / htdocs / lang.php < prev    next >
Encoding:
PHP Script  |  2005-12-03  |  142 b   |  7 lines

  1. <?php
  2.     $fp = fopen("lang.tmp", "w");
  3.     fwrite($fp, basename($_SERVER['QUERY_STRING']));
  4.     fclose($fp);
  5.     header("Location: index.php");
  6. ?>
  7.